-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add autoware_node and autoware_test node #113
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
==========================================
- Coverage 76.92% 73.25% -3.67%
==========================================
Files 6 10 +4
Lines 143 172 +29
Branches 55 68 +13
==========================================
+ Hits 110 126 +16
- Misses 12 19 +7
- Partials 21 27 +6
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
cppcheck-differential failed with the messages above. |
@youtalk @mitsudome-r ready for review ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the autoware_test_node
package is very helpful. But since it’s a demo package, it feels strange for it to be in the common
directory. How about moving it to a directory with a name like demos
?
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
c95c089
to
06aa70d
Compare
Moved it to |
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
This reverts commit 7cbb780. Signed-off-by: M. Fatih Cırıt <[email protected]>
17842e5
to
ea6f047
Compare
Signed-off-by: M. Fatih Cırıt <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you for the review! |
Description
autoware_node
.Helpful links
ROS 2 design and demos
From Nav 2
Example implementations:
How was this PR tested?
See the README.md of the autoware_test_node from this PR.
And
autoware_node
includes a init-shutdown colcon test, CI will test it.Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.